home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Library
/
+ORC
/
Orc pac 5
/
FILEZ.ZIP
/
SKY.ZIP
/
REACH.ZIP
/
TIDY_UPH.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-25
|
414b
|
12 lines
ECHO REMOVING REACH for the SKIES PLAYER RECORD AND HISCORE FILES
ECHO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IF NOT EXIST *.ply echo NO FILES TO DELETE
IF NOT EXIST *.ply goto STOPNOW
dir *.ply /w
ECHO These are the files which are about to be deleted.
ECHO If you are not willing to continue then press control and C together.
PAUSE
del *.ply
ECHO Operation complete...
:stopnow